/ Assembly List / LJCNetCommon / NetString / FindTag

Namespace - LJCNetCommon


Parameters
text - The text value.
tagName - The tag name.
beginIndex - The tag begin index.
endIndex - The tag end index.
startIndex - The find start index.

Returns

The tag value.

Syntax

C#
public static String FindTag(String text, String& tagName, out Int32& beginIndex, out Int32& endIndex, Int32& startIndex)

Finds a tag in a text value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.